home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / mb1705.zip / FT.DOC < prev    next >
Text File  |  1994-05-07  |  5KB  |  111 lines

  1.  
  2.                    FT - THE FILE TRANSFER SERVER.
  3.  
  4. FT provides transparent data transfer.Any type of file may be copied.
  5. FT runs in approximately a 40k DESQview window.
  6. FT works as both server and client.
  7. FT provides multiple client and multiple server sessions concurrently.
  8. FT works with the G8BPQ Networking Software at both ends of a link.
  9.  
  10. FT provides typical unix style file manipulation commands:
  11.  
  12. cp    - copy file.
  13. ls    - list directory contents.
  14. mkdir - create directory.
  15. rm    - remove file.
  16. rmdir - remove directory.
  17.  
  18. There are a few commands unique to FT:
  19.  
  20. w  - Show which directories/permit levels are available at remote node.
  21. q  - exit FT.
  22. s  - show status.  Only partially implemented.
  23. xd - start/stop diagnostic trace.
  24. xs - start/stop data transfer trace.
  25.  
  26.                        FT USAGE COMMAND EXAMPLES
  27. Some examples of FT commands:
  28.  
  29.   cp ft.exe wlinn;ft.exe
  30.  
  31. This will copy file ft.exe from your current working directory to the
  32. current working directory at node wlinn.
  33.  
  34.   cp wlinn;d:\logs\oct.sum \hank\junk
  35.  
  36. This will copy the file oct.sum from the d: drive, directory \logs
  37. at node wlinn to the file junk on your default drive, directory \hank
  38. on your local G8BPQ node.
  39.  
  40.   ls wlinn;\mb\*.exe
  41.  
  42. This will list all executables in the \mb directory at node wlinn.
  43.  
  44. File names are specified with a leading G8BPQ node ID and semi-colon.
  45. If the G8BPQ node ID and semi-colon are missing, the local node is assumed.
  46. The target node must be showing in your BPQ swtich's node list.  
  47.  
  48.                        G8BPQ NETWORKING SOFTWARE NOTES
  49. In the BPQ switch software (see BPQCFG.TXT), there must be an
  50. application "*FT" defined.
  51.  
  52. For example, with *FT positioned as the fifth bpq application, using
  53. COM13 and COM14:          FT 5 600 13 14
  54.  
  55.                               DESQVIEW INFO:
  56. If using DV, FT runs as a stand alone program in it's own 40K window.  
  57. To set it up, go into the first Change Program panel.  In "Program:"
  58. insert FT.EXE.  In "Parameters:" insert - appl timeout port1 port2.
  59.  
  60. Command line explanation to invoke FT:  
  61. FT appl timeout port1 port2 ...
  62.    "appl" is the G8BPQ application number.  
  63.         "timeout" is the inactivity timeout in seconds.
  64.                 "port1 port2" List of network ports available to FT.
  65.  
  66. Note that the COM ports used by FT can not be used by any other application.
  67.  
  68. Although FT is run once in it's own DV window, it can use up to 6 ports,
  69. which may be used by the network or as "virtual consoles".  Any "left
  70. over" after the network port definitions are available for use as
  71. "virtual consoles".  Once a command has been initiated (for example "cp
  72. ft.exe wlinn;ft.exe") other commands may be initiated until all
  73. "virtual consoles" are busy.
  74.  
  75.  
  76.                         SYSOP - GENERAL INFO
  77. Note that "3 node" commands are not yet supported.  From wlinn, you
  78. cannot do something like "cp lso;stuff bend;junk".  If there is any
  79. interest, such a command could be implemented.  FT does not yet support
  80. wildcards except in the ls command.  You cannot do a W at the local
  81. node from the console.  When running FT in concert with the RLI MailBox
  82. program, be aware that the MailBox SD (ShutDown) command has no effect
  83. on FT and you'll have to <Q>uit out of FT from the keyboard.  At the
  84. console, as FT is working, you will be able to see stream status reports. 
  85. Depending upon the toggles xd and xs being set, more detailed reports
  86. can be seen.  But, you will not see any data in the FT window.  At this
  87. time, FT will transfer files only to another FT system.  Don't waste
  88. your time trying to use it with other file transfer protocols such as
  89. 7PLUS, KERMIT, XMODEM, Y-MODEM-G, ZMODEM etc etc.
  90.  
  91. User access to files and directories is specified in the file
  92. ftusers.mb, which must be located in the directory specified by
  93. environment variable RLICFG, or in \BBS if the environment variable is
  94. not set.  Validation of user permit levels is by callsign with no SSID. 
  95. If you change ftusers.mb, you will need to close and then re-launch the
  96. FT server to read in the new permit levels.  By specifying your root
  97. directory (\), you will give that user access to your entire disk. 
  98. What kind of access is dictated by the settings that appear after the
  99. directory/subdirectory indicator.  Be aware that commercial
  100. (copywrited) software could be illegally copied this way.  A user
  101. cannot log in to your FT and then FT out to another FT.
  102.  
  103. See the example file FTUSERS.MB for details regarding user permit levels
  104. and how to set them up.
  105.  
  106. FT logs transactions in file FT.LOG, located in the directory specified
  107. by environment variable RLILOG, or in \BBS if that environment variable
  108. is not set.
  109.  
  110. [ Received via HF CLOVER at W0RLI]
  111.